home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / video / em28xx / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.3 KB  |  41 lines

  1. config VIDEO_EM28XX
  2.     tristate "Empia EM28xx USB video capture support"
  3.     depends on VIDEO_DEV && I2C && INPUT
  4.     select VIDEO_TUNER
  5.     select VIDEO_TVEEPROM
  6.     select VIDEO_IR
  7.     select VIDEOBUF_VMALLOC
  8.     select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
  9.     select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO
  10.     select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
  11.     ---help---
  12.       This is a video4linux driver for Empia 28xx based TV cards.
  13.  
  14.       To compile this driver as a module, choose M here: the
  15.       module will be called em28xx
  16.  
  17. config VIDEO_EM28XX_ALSA
  18.     depends on VIDEO_EM28XX && SND
  19.     select SND_PCM
  20.     tristate "Empia EM28xx ALSA audio module"
  21.     ---help---
  22.       This is an ALSA driver for some Empia 28xx based TV cards.
  23.  
  24.       This is not required for em2800/em2820/em2821 boards. However,
  25.       newer em28xx devices uses Vendor Class for audio, instead of
  26.       implementing the USB Audio Class. For those chips, this module
  27.       will enable digital audio.
  28.  
  29.       To compile this driver as a module, choose M here: the
  30.       module will be called em28xx-alsa
  31.  
  32. config VIDEO_EM28XX_DVB
  33.     tristate "DVB/ATSC Support for em28xx based TV cards"
  34.     depends on VIDEO_EM28XX && DVB_CORE
  35.     select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  36.     select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  37.     select VIDEOBUF_DVB
  38.     ---help---
  39.       This adds support for DVB cards based on the
  40.       Empiatech em28xx chips.
  41.